Fix formatting issue blocking build
authorjluner <justin.j.luner@gmail.com>
Sun, 28 May 2017 03:24:40 +0000 (22:24 -0500)
committerjluner <justin.j.luner@gmail.com>
Sun, 28 May 2017 03:24:40 +0000 (22:24 -0500)
src/bin/run.rs

index 61023fb5e5c6f2dddfd9a706498f3bc4177848ea..96c51bea24097011604ce42530b45f8762084e35 100644 (file)
@@ -113,7 +113,8 @@ pub fn execute(options: Options, config: &Config) -> CliResult {
             // bad and we always want to forward that up.
             let exit = match err.exit.clone() {
                 Some(exit) => exit,
-                None => return Err(CliError::new(CargoErrorKind::ProcessErrorKind(err).into(), 101)),
+                None => return Err(
+                    CliError::new(CargoErrorKind::ProcessErrorKind(err).into(), 101)),
             };
 
             // If `-q` was passed then we suppress extra error information about